Test Refactorings
Recent Changes
Minimize Data | Category: Test Refactorings | 12 November 2004 |
We remove things from the fixture until we have a Minimal Fixture. |
Inline Resource | Category: Test Refactorings | 12 November 2004 |
Move the contents of an external resource into the fixture setup logic of the
test. |
Make Resource Unique | Category: Test Refactorings | 12 November 2004 |
Make the name of any resources used by a test unique. |
Replace Dependency with Test Double | Category: Test Refactorings | 12 November 2004 |
Break the dependency by replacing a depended-on component with a Test Double. |
Extract Testable Component | Category: Test Refactorings | 14 April 2004 |
Extract the logic you want to test into a separate component that is designed
for testability and is independent of the context in which it is run.
|
Setup External Resource | Category: Test Refactorings | 14 April 2004 |
Create an external resource within the fixture setup logic of the test rather
than using a predefined resource. |
Copyright © 2003-2008 Gerard Meszaros all rights reserved